ARM: zynq: Add target for building bootable SPL image for Zynq
Add a build target to generate 'boot.bin' which includes SPL. This is
used by the platforms BootROM to load SPL directly.
This change also conditionally changes what the 'boot.bin' target
generates depending on the SoC. Leaving the behaviour unchanged for the
AT91 targets.
Signed-off-by: Nathan Rossi <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Cc: Tom Rini <[email protected]>
Cc: Andreas Bießmann <[email protected]>
Cc: Heiko Schocher <[email protected]>
Reviewed-by: Tom Rini <[email protected]>